home *** CD-ROM | disk | FTP | other *** search
/ TestDrive Windows 1993 Fall / TestDrive Windows 1993 Fall.iso / dbase / dtl / dd_dele.cod < prev    next >
Encoding:
Text File  |  1993-03-09  |  480 b   |  17 lines

  1. //
  2. // Module Name: DD_DELE.COD- currently (selector name): Menu_Act = 10
  3. // Selectors used : Scope, For_Expr, While_Exp
  4. // Description: 
  5. // Syntax     : DELETE [<scope>] [FOR <condition>] [WHILE <condition>]
  6. //
  7. Delete Records
  8. {if Scope || For_Expr || While_Exp then}
  9. {endofpage();}
  10. Command Options:
  11. {  if Scope} SCOPE {upper(Scope)}{endif}\
  12. {  if For_Expr} FOR {For_Expr}{endif}\
  13. {  if While_Exp} WHILE {While_Exp}{endif}
  14. {endif}
  15. {endofpage();}
  16. // EOP DD_DELE.COD
  17.